home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 26 / Mac Magazin and MacEasy Magazine CD - Issue 26.iso / Wissenschaft & Technik / TimGA 1.1 ƒ / Graphs / (2) Bigger graphs / 07 - K8,8 next >
Text File  |  1995-08-02  |  534b  |  79 lines

  1.  
  2. |V|:    16        // Number of nodes
  3. |E|:    64        // Number of edges
  4.  
  5.     1    9        // Edges are represented as pairs of node numbers...
  6.     1    10
  7.     1    11
  8.     1    12
  9.     1    13
  10.     1    14
  11.     1    15
  12.     1    16
  13.     
  14.     2    9
  15.     2    10
  16.     2    11
  17.     2    12
  18.     2    13
  19.     2    14
  20.     2    15
  21.     2    16
  22.     
  23.     3    9
  24.     3    10
  25.     3    11
  26.     3    12
  27.     3    13
  28.     3    14
  29.     3    15
  30.     3    16
  31.  
  32.     4    9
  33.     4    10
  34.     4    11
  35.     4    12
  36.     4    13
  37.     4    14
  38.     4    15
  39.     4    16
  40.  
  41.     5    9
  42.     5    10
  43.     5    11
  44.     5    12
  45.     5    13
  46.     5    14
  47.     5    15
  48.     5    16
  49.  
  50.     6    9
  51.     6    10
  52.     6    11
  53.     6    12
  54.     6    13
  55.     6    14
  56.     6    15
  57.     6    16
  58.  
  59.     7    9
  60.     7    10
  61.     7    11
  62.     7    12
  63.     7    13
  64.     7    14
  65.     7    15
  66.     7    16
  67.  
  68.     8    9
  69.     8    10
  70.     8    11
  71.     8    12
  72.     8    13
  73.     8    14
  74.     8    15
  75.     8    16
  76.  
  77. ---
  78. This graph is known as "K 8,8".
  79.